home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Panorama / Panorama - Disk 28C (1988-04-27)(Pacific North-West Amigas Club)[WB].zip / Panorama - Disk 28C (1988-04-27)(Pacific North-West Amigas Club)[WB].adf / Txt / Unprotect.Amigabasic < prev    next >
Text File  |  1988-03-25  |  965b  |  23 lines

  1.  
  2. There's a real easy way to get a protected AmigaBASIC program back to an
  3. unprotected form.  First, make a copy of AmigaBASIC V1.2.  Now load up
  4. NewZAP and edit the AmigaBASIC program.  You'll need to make the
  5. following patches:
  6.  
  7. Sector 13, Offset 152    old = 6610      new = 4E71
  8. Sector 17, Offset 12e    old = 6600008E  new = 4E714E71
  9. Sector 69, Offset 078    old = 6712      new = 6012
  10. Sector 69, Offset 0d6    old = 67bE      new = 60bE
  11. Sector 70, Offset 014    old = 66005972  new = 4E714E71
  12. Sector 84, Offset 022    old = 6710      new = 6010
  13.  
  14. The sector numbers are in decimal, all other numbers are in hex.  Once
  15. you have applied these patches to AmigaBASIC, run this modified version
  16. and load in the protected file.  You should now save it in a
  17. non-protected format and go back to using the unmodified AmigaBASIC. 
  18. Apparently the modified version can do some strange things if you try to
  19. do more than loading and saving.
  20.  
  21. I hope this helps out somebody!
  22.  
  23.